Skip to content

azure-pipelines: specify pool.hostArchitecture correctly - #2323

Merged
dscho merged 1 commit into
mainfrom
fix-armrelease
Apr 22, 2026
Merged

azure-pipelines: specify pool.hostArchitecture correctly#2323
dscho merged 1 commit into
mainfrom
fix-armrelease

Conversation

@mjcheetham

Copy link
Copy Markdown
Contributor

We need to specify 'arm64' for the hostArchitecture in 1ES pipeline templates so the correct tasks are installed/used on ARM machines.

Defaults to 'amd64' (for x86-based hosts).

This will avoid being spammed with warning messages from the non-blocking tasks that are trying to use the wrong binaries on ARM Linux builds.

We need to specify 'arm64' for the hostArchitecture in 1ES pipeline
templates so the correct tasks are installed/used on ARM machines.

Defaults to 'amd64' (for x86-based hosts).

Signed-off-by: Matthew John Cheetham <mjcheetham@outlook.com>
@mjcheetham
mjcheetham requested a review from a team as a code owner April 22, 2026 10:44
@mjcheetham
mjcheetham requested a review from dscho April 22, 2026 10:44
@dscho
dscho merged commit 227dc91 into main Apr 22, 2026
22 checks passed
@dscho
dscho deleted the fix-armrelease branch April 22, 2026 11:25
@mjcheetham mjcheetham mentioned this pull request Apr 28, 2026
mjcheetham added a commit that referenced this pull request Apr 28, 2026
**Changes:**
 
- Workload Identity Federation for Azure Repos (#2297)
- Git config caching to reduce git process calls
  - #2268
  - #2296
  - #2298
- Dark theme support for OAuth authentication response pages (#2325)
- Allow installing on Azure Linux (#2269)
- Fix GPG ID lookup for `.gpg-id` in subdirectories (#2274)
- Fix CS0121 `string.Split` call ambiguity with .NET 8.0 (#2287)
- Fix SYSLIB0057 warning for `X509Certificate2Collection.Import` (#2326)
- Fix several small bugs (#2303)
- Migrate to .NET 10 (Mac/Linux) and adopt Central Package Management
(#2313)
- Bump `Tmds.DBus.Protocol` from 0.16.0 to 0.21.3 (#2316)
- Azure Pipelines: specify `pool.hostArchitecture` correctly (#2323)
- Documentation updates
  - #2283
  - #2299
- Actions dependency updates
  - #2242
  - #2271
  - #2272
  - #2282
  - #2301
  - #2315
@saisaithiha2177-spec

This comment was marked as spam.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants